home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_79976.txt < prev    next >
Text File  |  1987-11-25  |  852b  |  38 lines

  1. -- card: 79976 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. Global
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. global <name of a variable>
  15.  
  16. Variables used within a message handler are normally local to that handler, and go away when the message has been handled.  This command defines a variable whose value is carried until you open another application or quit HyperCard.  Each script that uses the global must redeclare it within its script before using it.
  17.  
  18. on startUp
  19.    global userName                 --get the current value
  20.    put "Willy" into userName   --change it
  21. end startUp
  22.  
  23. -- part contents for background part 44
  24. ----- text -----
  25. Form
  26.  
  27. What it does
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. Examples
  35.  
  36. -- part contents for background part 43
  37. ----- text -----
  38. 337,122